.fntnormal{font-family: 'BLK Fort', arial !important;}
.title21{font-weight:bold;font-family: 'BLK Fort'; font-size: 18px;line-height: 22px;}

body{
 font-family: 'BLK Fort', arial, sans-serif;
 line-height: normal;
 font-weight:normal;
 color: #00000;
}
p{
	line-height: normal;

}
img
{
	max-width:100%;
}

label[for] {
    cursor: pointer;
}
/* Header */
.header {
    background: rgb(0, 0, 0);
	color:#ffffff;
}

.logo{
    max-width: 190px;
    height: auto;
}
.logo-section {
    
    padding: 30px 0 40px;
    width: 100%;
}

.dark  img.black_logo {
    display: none;
}
.header-image .form_section {
    background: #E0E0E0;
    color: #000;
    padding: 35px 20px 10px;
  
}
.col-md-6.header-image {
    padding-top: 45px;
    padding-bottom: 40px;
}
.header-content h1 {
    font-weight: bold;

    font-size: 46px;
    margin-bottom: 30px;
}

.banner_form .form-group {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 20px;
	position:relative;
}

  header.header {
    background: rgb(255,206,0);
}
 .header-content {
    padding-bottom: 40px;
    color: #000;
    padding-right: 20px;
}
.header-content p {
    font-size: 18px;
}
.header-image img {
    width: 100%;
    height: 425px;
	object-fit: cover;
}
.req_info {
    font-size: 14px;
    text-align: right;
	margin-bottom:0;
	    padding-top: 10px;
}
.req_info a {
    color: #000;
	text-decoration:underline;
}
.req_info span {
   // background: yellow;

}
/* Frm section */

.banner_form section.form_section.body_form_sec {
    display: none;
}

.header-image {
    display: none;
}
.banner_form .header-image {
    display: inline;
}
.header-content {
    max-width: 100%;
    flex: 0 0 100%;
}
.banner_form .header-content {
    max-width: 40%;
    flex: 0 0 40%;
}
.banner_form .header-image
{
    max-width: 60%;
    flex: 0 0 60%;
	padding-bottom: 40px;
}

.sub_list_box ul {
    padding-left: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 15px;
}
.pref_title {
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    max-width: 100%;
    font-weight: 600;
   
}

.acc_toggle {
    position: absolute;
    width: 30px;
    left: 0;
    height: 30px;
    padding: 7px;
    bottom: 0;
    padding-left: 11px;
   background: #000;
    z-index: 1;
}
section.section_space {
    width: 100%;
    height: 55px;
}
section.Preference_section.pref_grid1 {
    padding-bottom: 45px;
}
.unsub_select_all label.switch {
    margin-right: 15px;
}
label.pref_title_sub span {
    font-weight: normal;
    font-size: 14px;
}

.pref_desc p {
    font-size: 14px;
    margin-bottom: 0;
}

.pref_desc {
    position: relative;
    background: #fff;
    width: 100%;
    left: 0;
    transition: .3s;
	border-top: 1px solid #eee;
    margin-top: 5px;

	
}
.sub_list_box ul li .inner_box:after {
    content: "";
    height: 2px;
    width: 0;
    background: #000;
    left: 0;
    bottom: 0;
    /* z-index: 1; */
    position: absolute;
	transition: .2s;
}
.sub_list_box ul li .inner_box:hover {
    box-shadow: 1px 1px 5px -1px #0000008c;
	transition: .2s;
}

.sub_list_box ul li .inner_box:hover:after {
transition: .2s;
    width: 100%;
 
}
.acc_toggle {
	cursor:pointer;
}
.acc_toggle.active img {
	transform: rotate(-90deg);
    transition: .3s;
}
.acc_toggle img {
  transition: .3s;
    width: 13px;
    height: 13px;
}
.pref_desc p {
    //line-height: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}
footer.footer.active {
height:75px;
}
footer.footer.active .footer_inner{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 0px;
transition: .3s;
}

footer.footer .footer_inner {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: -6px;
transition: .3s;
}
/* 
.sub_list_box ul li:hover .pref_desc p{
line-height:22px;
}
.sub_list_box ul li:hover .pref_desc {
    opacity: 1;
line-height:22px;
top:0px;
    transition: .3s;
} */

.sub_list_box ul li .inner_box {
 background: #fff;
    padding: 15px 15px 5px;
    /* border: 1px solid #000; */
    position: relative;
    min-height: 100px;
    padding-bottom: 30px;
}
.pref_desc {
    display: none;
}
.inner_box:hover .pref_desc {
    //display: block;
}

/* .pref_desc:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: lightyellow transparent transparent transparent;
} */


.form-group {
    padding-left: 25px !important;
    padding-right: 25px !important;
	margin-bottom: 25px;
}
section.form_section {
    padding: 50px 0 30px;
}
.form-group.required .form-label::after {
  content: " *"; 
  color: #c00b28;
  font-weight: normal;
}
.form-control {
    border: 1px solid #aeaba7;
    border-radius: 0;
	min-height: 44px;
	margin-bottom:5px;
}
label.form-label {
    margin-bottom: 8px;
}
.form-control:hover {
    border-color: #000;
    box-shadow: inset 0 -1px #000;
}

.form-group.error:before {
	left: 0;
	   opacity: 1;
	transition: .3s;
}
.form-group:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #c00b28;
    position: absolute;
    left: 15px;
    top: 0;
    opacity: 0;
    transition: .3s;
}

/* Preference section */
.section_titel4 {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}
.select_all  .switch {
    margin-right: 10px;
}

.sub_list ul {
    list-style-type: none;
    padding-left: 0;
	display: grid;
    grid-template-columns: repeat(2, 50%);
	margin-bottom: 0;
}
.sub_list {
    padding: 15px 15px 10px;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    max-width: 100%;
}
.select_all {
    margin-bottom: 15px;
}
.sub_list ul li {
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    max-width: 100%;
}
.pref_grid1 .sub_list {
    width: 700px;
}
.pref_grid2 .sub_list {
    //width: 900px;
}
.pref_grid2 .sub_list ul li {
    width: 400px;
}
.pref_grid1 .sub_list ul li {
    width: 280px;
}
.gray_box {
    //background: rgb(224 224 224);
    background: #E0E0E0;
    padding: 40px 20px 40px;
   
	margin-bottom: 25px;
}
.gray_box:hover {
    //box-shadow: 3px 3px 3px 0px #0912054a;
   // transition: .1s;
}
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(0, 0, 0);
    outline: none;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 20px 0 0;
    cursor: pointer;
    padding: 5px 3px;
    vertical-align: top;
}
input[type="checkbox"]:checked {
    content: url('https://images.marketing.blackrock.com/EloquaImages/clients/BlackRock/%7B7fd0cc1d-1606-408e-a90a-9c3bdbd8fe0b%7D_checkbox-tick-white.png');
    background-color: rgb(0, 0, 0);
}

.faatured_list_title h5 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}
.faatured_list:last-child {
    padding-bottom: 0;
}
.faatured_list {
    padding-bottom: 10px;
}


/* Slider checkbox */

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 21px;

}
.slider.round {
    border-radius: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
    float: right;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
}
.slider.round:before {
    border-radius: 50%;
}


input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
input:checked + .slider {
    background-color: #FFCE00;
}


.check_sec {
    display: flex;
    margin-bottom: 15px;
}
.web-check-box {
    width: 40px;
	padding-top:4px;
}
.check_sec label {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.5;
}

button.submit-btn {
border: 0;
    padding: 13px 30px;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
	 
}
button.submit-btn:hover {
    background: #ffce00;
    color: #000;
	    box-shadow: 3px 3px 3px 0px #0912054a;
}

footer.footer p a {
    color: #616161;
}
footer.footer p {
	font-size:14px;
}
section.submit_section {
min-height: 50px;
    margin-bottom: 100px;
}
.submit_section_inner {
    min-height: 46px;
    position: fixed;
    bottom: 120px;
    width: auto;
    text-align: right;
    right: 0;
    padding-right: 20px;
}
section.submit_section.active .submit_section_inner {
    position: relative;
    bottom: auto;
    text-align: left;
	padding-right: 0px;
}
.form-group.error .error_message{
	 display: inline;
}
.error_message{
    display: none; 
    width: 100%;
    margin-top: .25rem;
    font-size: 14px;
    color: #c00b28;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #070707;
      outline: none;
    border-color: #000000;
    box-shadow: inset 0 0 0 1px #000000;
}
.error_message:before {
    content: "";
    width: 20px;
    height: 14px;
    display: inline-block;
    background: url('https://www.blackrock.com/varnish-api/marketing-service/font-awesome/c00b28/sharp-solid/triangle-exclamation');
    background-repeat: no-repeat;
	    top: 2px;
    position: relative;
}
.form-group.error .form-control {
    border: 1px solid #c00b28;
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('https://www.blackrock.com/varnish-api/marketing-service/font-awesome/000000/sharp-solid/chevron-down');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
}


button#submit-btn.active {
    position: fixed;
    bottom: 120px;
}
button.submit-btn.active {
	bottom:0;
transistion:.5s;
}


a.form-cta {
    border: 0;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    width: 250px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    FONT-WEIGHT: 800;
}
.model-cta  a.form-cta {
    font-size: 20px;
}
.modal-dialog {
    width: 600px;
    max-width: 100%;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
	text-align:Center;
	    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 41%);
}
.model-cta {
    padding-top: 20px;
}
.modal-header {
    border: 0px solid #dee2e6;
  
}
.modal-body {
    padding: 20px 50px 50px;
}
.modal-body p {

    line-height: 1.5;
}
.modal-body h4 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
}

.modal {
    background: #00000045;
}
.modal-backdrop {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}

footer.footer p{
	font-size: 14px;
    line-height: 1.5;
}
.footer_logo {
    margin-bottom: 25px;
}
footer.footer .footer_inner{
	padding:15px 0px 15px;
	background: rgb(214, 213, 221);
}

.options ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

label.pref_title_sub {
    width: calc(100% - 40px);
}
.options {
    position: fixed;
    left: auto;
    bottom: 50px;
    background: #eee;
    padding: 10px;
    font-size: 12px;
}

header.header .container {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
}

.model-cta  a.form-cta {
    font-size: 20px;
}
.modal-dialog {
    width: 600px;
    max-width: 100%;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
	    transition: .3s;
    margin: 0;
}
.modal.show .modal-dialog {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	    transition: .3s;
  
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
	text-align:Center;
	    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 41%);
}
.model-cta {
    padding-top: 20px;
}
.modal-header {
    border: 0px solid #dee2e6;
  
}
.modal-body {
    padding: 20px 50px 50px;
}
.modal-body p {

    line-height: 1.5;
}
.modal-body h4 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
}

.modal {
    background: #00000045;
}
.modal-backdrop {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}

div#job-role-select {
    display: none;
}
div#job-function-input {
    display: none;
}





/* Background */
.loader-container.active {
	display: flex;
}
.loader-container {
width: 100vw;
    height: 100vh;
    background: #0000004f;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.loader {
  width: 100px;
  height: 100px;
}
.loader path {
  fill: #fff;
  transform-origin: center;
  animation: rotate 1.5s linear infinite;
}
.loaderreverse {
  animation-direction: reverse !important;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
  }
}
.submit_disclaimer {
    padding-top: 25px;
}
a.content_link {
    color: #000000;
    text-decoration: underline;
}
.modal.unsub-form .modal-dialog {
 max-width: 90%;
    width: 800px;
}
.modal.unsub-form .modal-content {
    background-color: #FFCE00;
    margin: auto;
    padding: 30px;
   
}
.modal.unsub-form .modal-dialog form {
    text-align: left;
}
h3.unsub-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}
button.close {
    font-size: 22px;
    font-weight: normal;
    background: black;
    padding: 0 5px;
    margin-left: 15px;
    color: #fff;
    opacity: 1;
}
button.btn {
    border: 0;
    padding: 13px 35px;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 0;
}
div#myModal1 {
    overflow-y: scroll;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button#unsub-submit:hover{
color:#fff;
}
span#unsub-error {
    font-size: 14px;
    color: #c00b28;
    width: 100%;
    display: block;
    margin-top: 10px;
}
textarea#story {
    max-width: 100%;
}

.acc_toggle {
    background: none;
    width: 100%;
    padding: 0;
    padding-left: 35px;
    font-size: 15px !important;
    height: 25px;
}
.acc_toggle.active::before {
    /* transition: .2s; */
    transform: rotate(-90deg);
}
.acc_toggle:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url('https://images.marketing.blackrock.com/Web/BlackRock/{52fb31b4-16a7-4aff-8bd0-e107fc1d31ef}_right_arrow.png');
    position: relative;
    display: block;
    background-size: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    /* transition: .2s; */
}
.acc_toggle.active::after {
    content: "Read Less";
    transition: .5s;
}
.acc_toggle:after {
    content: "Read More";
    font-size: 12px !important;
    position: absolute;
    left: 25px;
    bottom: 0px;
    height: 25px;
    padding: 6px 10px 5px 11px;
    transition: .5s;
  font-weight:normal;
}
.acc_toggle img {
    display: none;
}

/* Responsive */
 @media only screen and (max-width:992px) {
	 .sub_list_box ul {

		grid-template-columns: repeat(2, 1fr) !important;

	}
	
	.modal.show .modal-dialog{
		
		position:relative;
		top: 10px;
		left: 5%;
		transform: translate(0px);
	}
	
	 
 }
 @media only screen and (max-width: 767px) {

	.sub_list ul {
		 grid-template-columns: repeat(1, 100%);
	}
	
	button.submit-btn {
		border: 0;
		padding: 8px 18px;
		background: #000;
		color: #fff;
		font-weight: 800;
		font-size: 16px;
	}
	
	
	.sub_list_box ul {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.banner_form .header-content, .banner_form .header-image {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.footer_inner * {
		font-size: 12px !important;
	}
		.header-content h1 {
			font-weight: bold;
			font-size: 36px;
			margin-bottom: 30px;
		}
		
		footer.footer.active .footer_inner {
    position: relative;

}
.submit_section_inner {

    bottom: 15px;

}section.submit_section {
    min-height: 50px;
    margin-bottom: 40px;
}
}